projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8cbbe2
)
Fix error in last commit.
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 15 Dec 2010 01:33:11 +0000
(09:33 +0800)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 15 Dec 2010 01:33:11 +0000
(09:33 +0800)
lisp/emulation/edt-mapper.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/edt-mapper.el
b/lisp/emulation/edt-mapper.el
index a3f0e18bb5e154c0f376e75165024d44c3dec919..ec2847fafe09277fcecb0f18b7195398b58fd985 100644
(file)
--- a/
lisp/emulation/edt-mapper.el
+++ b/
lisp/emulation/edt-mapper.el
@@
-162,11
+162,12
@@
(mapc
(lambda (function-key)
-
(if (not (lookup-key (current-global-map) function-key))
-
(define-key (current-global-map) function-key 'forward-char)))
+ (if (not (lookup-key (current-global-map) function-key))
+ (define-key (current-global-map) function-key 'forward-char)))
'([kp-0] [kp-1] [kp-2] [kp-3] [kp-4]
[kp-5] [kp-6] [kp-7] [kp-8] [kp-9]
- [kp-
+ [kp-space]
+ [kp-tab]
[kp-enter]
[kp-multiply]
[kp-add]